negotiator.tournament.VariablesAndValues
Class AgentParamValue

java.lang.Object
  extended by negotiator.tournament.VariablesAndValues.TournamentValue
      extended by negotiator.tournament.VariablesAndValues.AgentParamValue
All Implemented Interfaces:
java.io.Serializable

public class AgentParamValue
extends TournamentValue

This class contains a possible parameter value for a nego session A parameter value is a value that will appear as a start-up argument for the agent, for instance the random-seed value, a tau value or debug options

Author:
wouter
See Also:
Serialized Form

Constructor Summary
AgentParamValue(java.lang.Double v)
           
 
Method Summary
 java.lang.Double getValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AgentParamValue

public AgentParamValue(java.lang.Double v)
Method Detail

getValue

public java.lang.Double getValue()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object